//==============================================================================
// Zeus Throne_anim.txt
//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}


//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual building g temple_low
connect Rightfoot CypressA hotspot                         
connect Leftfoot CypressA hotspot
connect Leftleg CypressB hotspot			         
connect Rightleg CypressB hotspot
connect Lefthand CypressB hotspot			         
connect Righthand CypressB hotspot
			}
		}
	}	
}

//==============================================================================
anim Death
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual building g temple_low
			}
		}
	}	
}
